-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise the documents of dataflow #148
Conversation
…name of the window is not blank.
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 11 changed files in this pull request and generated 1 comment.
Files not reviewed (6)
- dataflow/schema/execution_schema.json: Language not supported
- documents/docs/dataflow/result_schema.md: Evaluated as low risk
- dataflow/data_flow_controller.py: Evaluated as low risk
- dataflow/env/env_manager.py: Evaluated as low risk
- documents/docs/dataflow/windows_app_env.md: Evaluated as low risk
- documents/mkdocs.yml: Evaluated as low risk
Comments suppressed due to low confidence (1)
dataflow/execution/workflow/execute_flow.py:322
- The indentation of the 'if control_selected' block is incorrect. It should be aligned with the assignment of 'self._control_label, control_selected' to ensure proper execution flow.
if control_selected:
documents/docs/dataflow/execution.md
Outdated
@@ -1,9 +1,13 @@ | |||
# Execution | |||
|
|||
The instantiated plans will be executed by a execute task. After execution, evalution agent will evaluation the quality of the entire execution process. | |||
The instantiated plans will be executed by a `execute` task. After execution, `evalution` agent will evaluation the quality of the entire execution process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The term evalution
should be evaluation
.
The instantiated plans will be executed by a `execute` task. After execution, `evalution` agent will evaluation the quality of the entire execution process. | |
The instantiated plans will be executed by a `execute` task. After execution, `evaluation` agent will evaluation the quality of the entire execution process. |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
No description provided.